Html Css Color HEX #265DB4 Cerulean Blue

📋 copy color: '#265DB4'

red 38 ◦ green 93 ◦ blue 180

#265DB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #265DB4

Tints of Cerulean Blue #265DB4

RGB

 RED value IS 38 (15.23% from 255) = 12.22%

 GREEN value IS 93 (36.72% from 255) = 29.9%

 BLUE value IS 180 (70.7% from 255) = 57.88%

R = 12.22%
G = 29.9%
B = 57.88%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#265DB4 (or 0x265DB4) is known color: Cerulean Blue. HEX triplet: 26, 5D and B4. RGB value is (38,93,180). Sum of RGB (Red+Green+Blue) = 38+93+180=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 180 (70.70% from 255 or 57.88% from 311); Max value from RGB is 180 - color contains mainly: blue. Hex color #265DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DB4 is #D9A24B. Grayscale: #565656. Windows color (decimal): -14262860 or 11820326. OLE color: 11820326.

HSL color Cylindrical-coordinate representation of color #265DB4: hue angle of 216.76º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #265DB4 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 38 93 180 -
CMYK 0.79 0.48 0 0.29
HSL 216.76º 0.65% 0.43% -
HSV(B) 216.76º 0.79% 0.71% -
XYZ 12.95 11.54 44.72 -
YUV 86.47 180.78 93.43 -
System Red Green Blue C M Y K H S L
Decimal 38 93 180 0.79 0.48 0 0.29 216.76 0.65 0.43
Hex 26 5D B4 4F 30 0 1D D9 41 2B
Octal 46 135 264 117 60 0 35 331 101 53
Binary 100110 1011101 10110100 1001111 110000 0 11101 11011001 1000001 101011

Color Harmonies of #265DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DB4

Black with #265DB4

Text Example


Text Example

White with #265DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265DB4; }

 p { color: rgb(38,93,180); }

 H1.HeaderClassName
 {
   color: #265DB4;
 }
 .AnyTagClassName
 {
   color: #265DB4;
 }
</style>

background-color css

<style>
 a { background-color: #265DB4; }

 a { background-color: rgb(38,93,180); }

 div.DivClassName
 {
   background-color: #265DB4;
 }
 .BgClassName
 {
   background-color: #265DB4;
 }
</style>

border-color css

<style>
 span { border-color: #265DB4; }

 span { border-color: rgb(38,93,180); }

 td.TdClassName
 {
   border-color: #265DB4;
 }
 .TagClassName
 {
   border-color: #265DB4;
 }
</style>